std::basic_fstream::rdbuf
From Cppreference
< cpp | io | basic fstream
| C++ Standard Library | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Input/output library | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| std::basic_fstream | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||
| basic_filebuf<CharT, Traits>* rdbuf() const;
|
||
Returns pointer to the underlying raw file device object.
[edit] Parameters
(none)
[edit] Return value
pointer to the underlying raw file device.
[edit] Example
| This section is incomplete |